| Fully Qualified Name: | Laminas\Authentication\Adapter\Digest |
| Extends: | AbstractAdapter |
| Name | Description | Defined By |
|---|---|---|
| __construct() | Sets adapter options | Digest |
| authenticate() | Defined by Laminas\Authentication\Adapter\AdapterInterface | Digest |
| getCredential() | Returns the credential of the account being authenticated, or NULL if none is set. | AbstractAdapter |
| getFilename() | Returns the filename option value or null if it has not yet been set | Digest |
| getIdentity() | Returns the identity of the account being authenticated, or NULL if none is set. | AbstractAdapter |
| getPassword() | Returns the password option value or null if it has not yet been set | Digest |
| getRealm() | Returns the realm option value or null if it has not yet been set | Digest |
| getUsername() | Returns the username option value or null if it has not yet been set | Digest |
| setCredential() | Sets the credential for binding | AbstractAdapter |
| setFilename() | Sets the filename option value | Digest |
| setIdentity() | Sets the identity for binding | AbstractAdapter |
| setPassword() | Sets the password option value | Digest |
| setRealm() | Sets the realm option value | Digest |
| setUsername() | Sets the username option value | Digest |
Sets adapter options
| Parameter Name | Type | Description |
|---|---|---|
| $filename | mixed | |
| $realm | mixed | |
| $identity | mixed | |
| $credential | mixed |
Returns:
Defined by Laminas\Authentication\Adapter\AdapterInterface
Returns: \AuthenticationResult
Returns the credential of the account being authenticated, or NULL if none is set.
Returns: mixed
Returns the filename option value or null if it has not yet been set
Returns: string|null
Returns the identity of the account being authenticated, or NULL if none is set.
Returns: mixed
Returns the password option value or null if it has not yet been set
Returns: string|null
Returns the realm option value or null if it has not yet been set
Returns: string|null
Returns the username option value or null if it has not yet been set
Returns: string|null
Sets the credential for binding
| Parameter Name | Type | Description |
|---|---|---|
| $credential | mixed |
Returns: self Provides a fluent interface
Sets the filename option value
| Parameter Name | Type | Description |
|---|---|---|
| $filename | mixed |
Returns: self Provides a fluent interface
Sets the identity for binding
| Parameter Name | Type | Description |
|---|---|---|
| $identity | mixed |
Returns: self Provides a fluent interface
Sets the password option value
| Parameter Name | Type | Description |
|---|---|---|
| $password | mixed |
Returns: self Provides a fluent interface
Sets the realm option value
| Parameter Name | Type | Description |
|---|---|---|
| $realm | mixed |
Returns: self Provides a fluent interface
Sets the username option value
| Parameter Name | Type | Description |
|---|---|---|
| $username | mixed |
Returns: self Provides a fluent interface